#theme-product .product-info {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#theme-product .product-info .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  height: 40px;
  background-color: #F6F7FB;
}
#theme-product .product-info .total {
  margin-left: 25px;
  color: #1C2340;
  font-size: 12px;
}
#theme-product .product-info .right {
  display: flex;
  align-items: center;
}
#theme-product .product-info .attr {
  display: flex;
  align-items: center;
}
#theme-product .product-info .attr a {
  padding: 1px 10px;
  font-size: 12px;
  color: #999999;
}
#theme-product .product-info .attr a.active {
  color: #1067EE;
}
#theme-product .product-info .attr .line {
  display: block;
  height: 20px;
  width: 1px;
  background-color: #E8EDFF;
}
#theme-product .product-info .type {
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  background-color: #fff;
  margin-right: 10px;
}
#theme-product .product-info .type a {
  color: #999999;
  font-size: 20px;
}
#theme-product .product-info .type a:nth-of-type(2) {
  margin-left: 15px;
}
#theme-product .product-info .type a.active {
  color: #1067EE;
}
#theme-product .product-list {
  display: flex;
  justify-content: center;
}
#theme-product .product-list .product {
  display: flex;
  justify-content: center;
}
#theme-product .product-list .product ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#theme-product .product-list .product ul li {
  margin-top: 35px;
  margin-left: 70px;
}
#theme-product .product-list .product ul li > a {
  display: block;
  padding: 10px 10px 20px;
  background-color: #F6F7FB;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#theme-product .product-list .product ul li > a:hover {
  border: 1px solid #1067ee;
  box-shadow: 0px 5px 10px 0px rgba(16, 103, 238, 0.2);
}
#theme-product .product-list .product ul li > a:hover .product-title {
  color: #1067EE;
}
#theme-product .product-list .product ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#theme-product .product-list .product ul .product-img {
  position: relative;
  box-sizing: border-box;
}
#theme-product .product-list .product ul .product-img img {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#theme-product .product-list .product ul .product-img .color {
  position: absolute;
  left: 15px;
  bottom: 5px;
  border-radius: 10px;
  background: rgba(246, 247, 251, 0.5);
  border: 1px solid rgba(232, 237, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  box-sizing: border-box;
}
#theme-product .product-list .product ul .product-img .color i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #DEE2E6;
  margin-left: 8px;
  box-sizing: border-box;
}
#theme-product .product-list .product ul .product-img .color i:nth-of-type(1) {
  margin-left: 0;
}
#theme-product .product-list .product ul .product-title {
  width: 200px;
  margin-top: 20px;
  font-size: 14px;
  color: #1C2340;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#theme-product .product-list .product ul .product-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#theme-product .product-list .product ul .product-info p {
  font-size: 10px;
  color: #666666;
}
#theme-product .product-list .product ul .product-info h4 {
  font-size: 14px;
  color: #EA2E2E;
  font-weight: 500;
}
#theme-product .page {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
